dwc_otg: add module parameter int_ep_interval_min
authorP33M <p33m@github.com>
Mon, 12 Jun 2017 15:10:03 +0000 (16:10 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 8 Oct 2017 01:08:12 +0000 (01:08 +0000)
commit4fd4fc8e4fa579498f574a0b51c762b731160734
tree26a88a14d9b3cbdeb51cc9a04e7ee1d47dc6aa3b
parentbc47802a8cba699e0111c789c1a8adbfb7a9d7e8
dwc_otg: add module parameter int_ep_interval_min

Add a module parameter (defaulting to ignored) that clamps the polling rate
of high-speed Interrupt endpoints to a minimum microframe interval.

The parameter is modifiable at runtime as it is used when activating new
endpoints (such as on device connect).
drivers/usb/host/dwc_otg/dwc_otg_driver.c
drivers/usb/host/dwc_otg/dwc_otg_hcd_queue.c